home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Unix
/
WhosOnFirst
/
Talk.h
< prev
next >
Wrap
Text File
|
1992-12-26
|
175b
|
13 lines
#import <objc/Object.h>
#import <appkit/Application.h>
#import <string.h>
@interface Talk:Object
{
}
- init;
- talk:(char *) name tty:(char *) tty host:(char *) host;
@end